home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / biz / patch / fixobj.lha / FixObj.doc < prev    next >
Text File  |  1993-03-03  |  1KB  |  23 lines

  1. FixObj :  Fixes Pixel3DPro generated Wavefront files
  2.  
  3.    This program was made because I'm using Wavefront at school, and
  4. Imagine at home.  I've gotten a few objects converted back and forth
  5. by a friend on IRC, and when going to Wavefront, they have this knack
  6. of crashing it spectacularly.  Makes ya wonder if they ever really
  7. tested their Wavefront saver. :)  Anyway, doing a hex dump, I noticed that
  8. P3dPro files have a carriage return character $0d, and Wavefront Model
  9. apparently chokes on it.  Also, it adds a 'g' character before listing
  10. the vertices and faces, something Wavefront needs to set up the
  11. group/object's name.  Adding just a 'g' and carriage return makes
  12. Wavefront load it in as a default group.
  13.    Right now, the program requires just enough memory to have the file
  14. in memory twice.  Since I made it out of personal need and I have plenty
  15. of memory, that's ok for me, but if anyone else finds it of use until
  16. Pixel 3d Pro 2.1 comes out or whatever, and needs it to use less memory,
  17. I'll try to make it so that it just uses a few bytes by loading and
  18. saving simultaneously.    I'm still learning E right now.. great language!
  19.  
  20. Dan    "Danimal" on IRC
  21. djm2@ra.msstate.edu
  22.  
  23.